[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_EndText() Restores screen to status before VS_Text()
Description:
VS_EndText() restores the screen to the status prior to the last call
to VS_Text().
Syntax:
VS_EndText()
Pass:
Nothing
Return:
VS_EndText() always returns NIL
Notes:
You may also use VS_PutScrn() in place of VS_EndText()
Example:
VS_Text(2,"Please wait while printing...")
DO RPT_PRG
VS_EndText()
Usage:
VS_EndText() should be "balanced" with calls to VS_Text() (just like
VS_GrabScr() and VS_PutScr()).
See Also:
VS_Text()
VS_GrabScr()
VS_PutScr()
VS_DropScr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson